home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00134.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  238 b   |  16 lines

  1. property s, myjuror
  2. global firstjurorzoom, jurorspeaking
  3.  
  4. on beginSprite me
  5.   s = me.spriteNum
  6.   myjuror = s - firstjurorzoom + 1
  7. end
  8.  
  9. on prepareFrame me
  10.   sprite(s).visible = jurorspeaking = myjuror
  11. end
  12.  
  13. on switchtext
  14.   sound stop 4
  15. end
  16.